home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK1.toast / Development Kits (Disc 1) / AppleScript / Development Tools / Sample Code / MenuScripter / Sources / MSGlobals.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-25  |  678 b   |  38 lines  |  [TEXT/MPS ]

  1. /*
  2.     MSGlobals.c
  3.     
  4.     Version 1.0d6
  5.     
  6.     Copyright © SRL Data 1992, 1993
  7.     
  8.     All rights reserved.
  9.     
  10.     Produced by : SRL Data
  11.     Originally Developed for UK.DTS
  12. */
  13.  
  14. #define __COMPGLOBALS__
  15.  
  16. #include "MSGlobals.h"
  17.  
  18. #ifdef powerc
  19. QDGlobals qd;
  20. #endif
  21.  
  22. short      gWCount;
  23. short      gNewDocCount;
  24. MenuHandle myMenus[kLastMenu+1];
  25. short      gFontMItem;
  26. Boolean    gQuitting;
  27. Cursor     editCursor;
  28. Cursor     waitCursor;
  29. Boolean    gInBackground;
  30.   
  31.   /*now for the environment variables set up by Gestalt*/
  32.   
  33. Boolean    gGestaltAvailable;
  34. Boolean    gAppleEventsImplemented;
  35. Boolean    gAliasManagerImplemented;
  36. Boolean    gEditionManagerImplemented;
  37. Boolean    gOutlineFontsImplemented;
  38.